home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / devel / vbcc-wos-src / machines / amigawos / startup / x.s < prev   
Text File  |  1999-01-01  |  434b  |  32 lines

  1. ##
  2. ##  x.s
  3. ##
  4. ##  VBCC startup code for PowerPC programs using WarpOS/PowerOpen
  5. ##  (c)1998 by Frank Wille
  6. ##
  7. ##
  8. ## Implements a buffer-zone against cache-alignment problems at
  9. ## the end of each section.
  10. ##
  11. ## x.o must always be linked as the last object of a program!
  12. ##
  13. ##  V0.1  07-Mar-98  phx
  14. ##        created
  15. ##
  16.  
  17.     .file    "x.s"
  18.  
  19.     .tocd
  20.     .space    32
  21.  
  22.     .text
  23.     .space    32
  24.  
  25.     .rodata
  26.     .space    32
  27.  
  28.     .data
  29.     .space    32
  30.  
  31.     .bss    .bss_end_buf,32
  32.